home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / 3dv.zip / 3DV.DOC next >
Text File  |  1988-08-23  |  2KB  |  44 lines

  1.                                   3-D VIEWER
  2.  
  3.        Purpose:  Perspective 3D display of objects or data, with real-time
  4.                  rotations.
  5.        Language: C and Assembler.
  6.        System:   IBM PC/XT/AT compatible, EGA, CGA or Hercules graphics, 
  7.                  Microsoft-compatible mouse.
  8.  
  9. 3DV.EXE displays 3-dimensional objects or data, with real-time rotations. It 
  10. works on IBM compatibles, supporting the EGA, CGA and Hercules graphics 
  11. boards. A Microsoft-compatible mouse is required. 
  12.  
  13. Load the mouse driver before running the program. The data file name can be 
  14. entered on the command line (3DV filename.ext), or later by selecting the FILE 
  15. option. Some sample files are provided in this directory (files with no 
  16. extension). The position of the view point on a sphere surrounding the object 
  17. is controlled by moving the mouse: horizontally changes the longitude, 
  18. vertically changes latitude. Pressing a button takes you back to the options 
  19. menu.
  20.  
  21. Data is given in ASCII text files as follows (free format):
  22.   Number of points
  23.   x, y, and z coordinates for each point (scaling is automatic)
  24. ...
  25.   Number of connecting lines or moves (items below)
  26.   point number to draw or to move to, colour (colour = 0 for moves)
  27.      ...
  28.  
  29. List the sample files for examples.
  30.  
  31. Notes:
  32.  
  33.  - Currently, the Hercules option requires the GraphX driver, and has not been 
  34.    tested. A stand-alone version is projected.
  35.  
  36.  - This program is made available for non-commercial research, teaching, and 
  37.    personal use. It may not be sold or distributed as part of another package.
  38.  
  39.                                          Oscar García
  40.                                          1 Clyde St.
  41.                                          Rotorua
  42.                                          New Zealand
  43.  
  44.